########################################################################
# Database

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=fingerprint

########################################################################
# Pin for delete

DELETE_PIN=1234

########################################################################
# Score Matching Setting
# FP_SCORE_THRESHOLD < 2000 Recommended for matching
# FP_COMPARE_BATCH_SIZE size of first randomize
# FP_MATCH_PERCENT percent of matching second time

FP_SCORE_THRESHOLD=2000 
FP_COMPARE_BATCH_SIZE=100
FP_MATCH_PERCENT=60

########################################################################
# Telegram Notify Setting
# TELEGRAM_NOFITY_ENABLED True / False
########################################################################
TELEGRAM_NOTIFY_ENABLED=True
TELEGRAM_TOKEN=8465026252:AAFdqfZCCKraClyz9hJcqg5hta3U5RQvu10
TELEGRAM_CHAT_ID=-1002488457654